home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / spectcl-.000 / spectcl- / usr / local / SpecTcl-0.1a / help / Makefile < prev    next >
Encoding:
Makefile  |  1995-11-06  |  879 b   |  26 lines

  1. START=.
  2.  
  3. OTHER=Makefile README
  4.  
  5. GIFS= 1.gif 10.gif 11.gif 12.gif 13.gif 14.gif 15.gif 16.gif \
  6.     17.gif 18.gif 19.gif 2.gif 20.gif 21.gif 22.gif 23.gif \
  7.     24.gif 3.gif 4.gif 5.gif 5a.gif 6.gif 7.gif 8.gif \
  8.     9.gif anchor.gif aqball.gif bgcolor.gif borderwidth.gif fgcolor.gif \
  9.     fill.gif font_size.gif gball.gif justify.gif l1.gif orient.gif \
  10.     relief.gif style.gif aqdiamond.gif under.gif option.gif \
  11.     b1.gif b2.gif b3.gif
  12.  
  13. HTML= glossary.html help.html interfacing.html options.html \
  14.     quick.html ui.html bugs.html \
  15.     tut0.html tut1.html tut2.html tut3.html tut4.html tut5.html \
  16.     tut6.html tut7.html tut8.html tut9.html tut10.html \
  17.     tut11.html tut12.html tut13.html tut14.html tut15.html \
  18.     tut16.html tut17.html tut18.html tut19.html tut20.html \
  19.     tut21.html tut22.html tut23.html tut24.html 
  20.  
  21. list:
  22.     @for i in $(OTHER) $(GIFS) $(HTML); do \
  23.     echo  "$(START)/$$i"; \
  24.     done
  25.  
  26.